From d2a358206c64d9d80f8f9fd826b2d7aba2cbc267 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 6 May 2023 22:29:44 -0400 Subject: [PATCH] Fix a typo in the node format definition --- demos/node-editor/node-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/node-editor/node-format.md b/demos/node-editor/node-format.md index 7df87aa6a8..a70055c51e 100644 --- a/demos/node-editor/node-format.md +++ b/demos/node-editor/node-format.md @@ -193,7 +193,7 @@ Creates a node like `gsk_linear_gradient_node_new()` with the given properties. | property | syntax | default | printed | | -------- | ---------------- | ---------------------- | ----------- | | source | `` | color { } | always | -| mode | `` | alpha | non-default | +| mode | `` | alpha | non-default | | mask | `` | color { } | always | Creates a node like `gsk_mask_node_new()` with the given properties. -- 2.30.2